gpio.mode(LEDpin, gpio.OUTPUT)--set LED pin as output pin gpio.write(LEDpin, gpio.LOW)— set LED state initially low
—begin uart with specs uart.setup(0, 9600, 8, uart.PARITY_NONE, uart.STOPBITS_1, 1) —set callback function on receive to make decision about LED on/off uart.on("data",1, function(data) if(data == "1") then gpio.write(LEDpin, gpio.HIGH) print("LED ON") elseif(data == "2") then gpio.write(LEDpin, gpio.LOW) print("LED OFF") else print("select proper option") end end, 0)
نکته : پسورد دیفالت ماژول بلوتوث برای اتصال 0000 یا 1234 می باشد.
gpio.mode(LEDpin, gpio.OUTPUT)--set LED pin as output pin gpio.write(LEDpin, gpio.LOW)— set LED state initially low
—begin uart with specs uart.setup(0, 9600, 8, uart.PARITY_NONE, uart.STOPBITS_1, 1) —set callback function on receive to make decision about LED on/off uart.on("data",1, function(data) if(data == "1") then gpio.write(LEDpin, gpio.HIGH) print("LED ON") elseif(data == "2") then gpio.write(LEDpin, gpio.LOW) print("LED OFF") else print("select proper option") end end, 0)
نکته : پسورد دیفالت ماژول بلوتوث برای اتصال 0000 یا 1234 می باشد.
At a time when the Indian stock market is peaking and has rallied immensely compared to global markets, there are companies that have not performed in the last 10 years. These are definitely a minor portion of the market considering there are hundreds of stocks that have turned multibagger since 2020. What went wrong with these stocks? Reasons vary from corporate governance, sectoral weakness, company specific and so on. But the more important question is, are these stocks worth buying?
To pay the bills, Mr. Durov is issuing investors $1 billion to $1.5 billion of company debt, with the promise of discounted equity if the company eventually goes public, the people briefed on the plans said. He has also announced plans to start selling ads in public Telegram channels as soon as later this year, as well as offering other premium services for businesses and users.